home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Text
/
Misc
/
TextloaderTNG
/
Rexx
/
SendtoPageStreamGFX.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1999-06-10
|
190 b
|
11 lines
/* $VER: SendImage.rexx 1.0 for PStream3/4 © by Jochen Grus (10.06.99) */
OPTIONS RESULTS
ADDRESS "PAGESTREAM"
FILE="'ram:0.gfx'"
'placegraphic FILE ram:0.gfx FILTER UNIVERSAL'
return